From 7e773fb425c8de50d71643365ba125e716cac911 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 18 May 1993 23:25:21 +0000 Subject: [PATCH] * select.el (xselect-convert-to-class): Just return "Emacs" here. That's what the class will always be. --- lisp/select.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/select.el b/lisp/select.el index f82dc3127d4..0b55bebd24d 100644 --- a/lisp/select.el +++ b/lisp/select.el @@ -262,7 +262,7 @@ Cut buffers are considered obsolete; you should use selections instead." (user-full-name)) (defun xselect-convert-to-class (selection type size) - x-emacs-application-class) + "Emacs") ;; We do not try to determine the name Emacs was invoked with, ;; because it is not clean for a program's behavior to depend on that. -- 2.30.2